home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
desktop
/
mwfish.zip
/
SOURCES.ZIP
/
APPLDLG.DEF
next >
Wrap
Text File
|
1991-05-10
|
716b
|
27 lines
DEFINITION MODULE ApplDlg;
IMPORT Windows;
(*# name(prefix=>windows) *)
(*# call(near_call=> off, reg_param=>()) *)
(*# save *)
(*# call(windows=>on) *)
PROCEDURE About ( hDlg : Windows.HWND;
message : CARDINAL;
wParam : WORD;
lParam : LONGINT ) : Windows.BOOL ;
PROCEDURE LifeInfo ( hDlg : Windows.HWND;
message : CARDINAL;
wParam : WORD;
lParam : LONGINT ) : Windows.BOOL ;
PROCEDURE Selec ( hDlg : Windows.HWND;
message : CARDINAL;
wParam : WORD;
lParam : LONGINT ) : Windows.BOOL ;
(*# restore *)
END ApplDlg.